|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
jp.co.ricoh.dsdk.scard.framework.SCardException
jp.co.ricoh.dsdk.scard.framework.service.CardServiceException
jp.co.ricoh.dsdk.scard.option.security.VerificationException
jp.co.ricoh.dsdk.scard.option.security.CHVException
This is an exception class that is thrown when an error has occurred in a CHV performance.
| Constructor Summary | |
CHVException(SecurityDomain domain,
int number)
Constructs an exception class with no message. |
|
CHVException(SecurityDomain domain,
int number,
java.lang.String message)
Constructs an exception class with a message. |
|
CHVException(SecurityDomain domain,
int number,
java.lang.Throwable e)
Constructs an exception class with a message; the message shows the parent exception class and error details. |
|
| Method Summary | |
SecurityDomain |
getDomain()
Returns the SecurityDomain which in the error has occurred. |
int |
getNumber()
Returns the number of the PIN. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CHVException(SecurityDomain domain,
int number)
domain -
the SecurityDomain which in the error has ocurred.number -
the number of the PIN.
public CHVException(SecurityDomain domain,
int number,
java.lang.String message)
domain -
the SecurityDomain whcih in the error has occurred.number -
the number of the PIN.message - an error description.
public CHVException(SecurityDomain domain,
int number,
java.lang.Throwable e)
domain -
the SecurityDomain whcih in the error has occurred.number -
the PIN number.e - a parent exception class.| Method Detail |
public SecurityDomain getDomain()
public int getNumber()
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||